Item Property (ListBase<T>)
Gets or sets the element at the specified index.
public virtual this[
int
]; {get; set;}
'Declaration
Public Overridable Default Property Item( _
ByVal As Integer _
) As
'Usage
Dim instance As ListBase(Of T)
Dim index As Integer
Dim value As
instance.Item(index) = value
value = instance.Item(index)
Parameters
- index
Property Value
The element at the specified index.